Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add fields to support servers-side node size #221

Merged
merged 27 commits into from
Mar 5, 2024
Merged

add fields to support servers-side node size #221

merged 27 commits into from
Mar 5, 2024

Conversation

pdowler
Copy link
Member

@pdowler pdowler commented Feb 20, 2024

fields no longer transient
no ContainerNode.delta

@pdowler pdowler changed the title add transient fields to support servers-side node size ops add fields to support servers-side node size Mar 1, 2024
@@ -1010,9 +1011,26 @@ public void testPermissions() throws Exception {
201, putAction.getResponseCode());
Assert.assertNull("expected PUT throwable == null", putAction.getThrowable());

log.debug("Delete node " + childURL);
// test owner of root directory fails to read and delete due to a lack of explicit permission
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know how to test this after my changes. Depending on the server configuration it's either one or the other. To have both cases cover we need an int-tests directory in allocation and one outside.

cavern/README.md Outdated Show resolved Hide resolved
@pdowler pdowler merged commit c9f0ebf into opencadc:master Mar 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants